Kanzi 4.0.0-beta2
kanzi::gfx::ResolveMultisampleImageCommand Struct Reference

Resolves a multisampled image. More...

#include <kanzi/gfx/commands.hpp>

Inheritance diagram for kanzi::gfx::ResolveMultisampleImageCommand:
[legend]

Public Member Functions

 ResolveMultisampleImageCommand ()
 Constructor.
 
- Public Member Functions inherited from kanzi::gfx::BaseCommand
uint32_t getSize () const
 Gets the command size in bytes.
 
uint8_t getTag () const
 Gets the command tag.
 
CommandType getType () const
 Gets the command type.
 
void setTag (uint8_t tag)
 Sets the command tag.
 

Public Attributes

ImageHandleGuard multisampleImage
 The multisampled image to resolve.
 
ImageHandleGuard resolveImage
 The resolve target.
 
ImageSubresource resolveImageSubresource
 The resolve target subresource.
 

Additional Inherited Members

- Protected Member Functions inherited from kanzi::gfx::BaseCommand
 BaseCommand (CommandType t, uint32_t s)
 Constructor.
 
 BaseCommand (const BaseCommand &other)
 Copy Constructor.
 
BaseCommandoperator= (const BaseCommand &other)
 Assignment operator.
 

Detailed Description

Resolves a multisampled image.

Since
Kanzi 4.0.0

Constructor & Destructor Documentation

◆ ResolveMultisampleImageCommand()

kanzi::gfx::ResolveMultisampleImageCommand::ResolveMultisampleImageCommand ( )
inline

Constructor.

Member Data Documentation

◆ multisampleImage

ImageHandleGuard kanzi::gfx::ResolveMultisampleImageCommand::multisampleImage

The multisampled image to resolve.

◆ resolveImage

ImageHandleGuard kanzi::gfx::ResolveMultisampleImageCommand::resolveImage

The resolve target.

◆ resolveImageSubresource

ImageSubresource kanzi::gfx::ResolveMultisampleImageCommand::resolveImageSubresource

The resolve target subresource.


The documentation for this struct was generated from the following file: